projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1045b6
)
Don't name function parameters after ObjC reserved words ("id" to
author
Elliot Lee
<sopwith@src.gnome.org>
Mon, 7 Dec 1998 19:53:08 +0000
(19:53 +0000)
committer
Elliot Lee
<sopwith@src.gnome.org>
Mon, 7 Dec 1998 19:53:08 +0000
(19:53 +0000)
Don't name function parameters after ObjC reserved words ("id" to
"sm_client_id" - the function doesn't appear to be implemented anywhere so
it's no great loss).
gdk/gdk.h
patch
|
blob
|
history
diff --git
a/gdk/gdk.h
b/gdk/gdk.h
index ab8de6f88f5a42cc656025bb9408265716c60b75..4cd435a841ef329265b2a25e11b0583357e52da8 100644
(file)
--- a/
gdk/gdk.h
+++ b/
gdk/gdk.h
@@
-280,7
+280,7
@@
void gdk_window_set_hints (GdkWindow *window,
void gdk_window_set_geometry_hints (GdkWindow *window,
GdkGeometry *geometry,
GdkWindowHints flags);
-void gdk_set_sm_client_id (const gchar
*
id);
+void gdk_set_sm_client_id (const gchar
*sm_client_
id);
void gdk_window_set_title (GdkWindow *window,